Update Xen version for 3.4.0-rc4-pre
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 30 Apr 2009 13:34:15 +0000 (14:34 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 30 Apr 2009 13:34:15 +0000 (14:34 +0100)
Config.mk
xen/Makefile

index b3494fbc2571bb41ece1545464233905204f5b0e..c1aa25ccd2866ba58e88c23caf2b2d48c9476a15 100644 (file)
--- a/Config.mk
+++ b/Config.mk
@@ -112,7 +112,6 @@ XEN_EXTFILES_URL=http://xenbits.xensource.com/xen-extfiles
 # the internet.  The original download URL is preserved as a comment
 # near the place in the Xen Makefiles where the file is used.
 
-QEMU_TAG=xen-3.4.0-rc3
 QEMU_REMOTE=http://xenbits.xensource.com/git-http/qemu-xen-unstable.git
 
 # Specify which qemu-dm to use. This may be `ioemu' to use the old
index 2382bbd6f7550d5e066763f63e3383200fff297b..93374dcaf1c77fa3a735b1f3ebf55a195177f362 100644 (file)
@@ -2,7 +2,7 @@
 # All other places this is stored (eg. compile.h) should be autogenerated.
 export XEN_VERSION       = 3
 export XEN_SUBVERSION    = 4
-export XEN_EXTRAVERSION ?= .0-rc3$(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= .0-rc4-pre$(XEN_VENDORVERSION)
 export XEN_FULLVERSION   = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
 -include xen-version